func golang.org/x/mod/module.splitGopkgIn

2 uses

	golang.org/x/mod/module (current package)
		module.go#L539: 		return splitGopkgIn(path)
		module.go#L561: func splitGopkgIn(path string) (prefix, pathMajor string, ok bool) {